/*!****************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[11].oneOf[12].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[11].oneOf[12].use[3]!./app/[lng]/main.css ***!
  \****************************************************************************************************************************************************************************************************************************************************************/
body::-webkit-scrollbar {
  display: none;
}

#fullpage {
  width: 100%;
  height: 100vh;
}

/* common */
input[type="text"],
input[type="email"] {
  color: #fff;
  font-size: 20px;
}
.section {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.section .inner {
  width: 1500px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.btns {
    display: flex;
    gap: 34px;
    justify-content: center;
    align-items: center;
    margin-top: 80px;
}
.btns > a {
    margin: 0!important;
}
.section strong {
  font-family: var(--f600);
}
desNav ul:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 95%;
  background-color: rgba(255, 255, 255, 0.461);
  top: 0;
  left: 47%;
  transform: translateX(-50%);
}
.fp-warning,
.fp-watermark {
  display: none;
}

.section {
  padding-top: 50px !important;
  width: 100%;
  overflow-x: hidden;
}
.section.section01 {
  padding-top: 0 !important;
}

.section .secTit h2 {
  font-size: 58px;
  font-family: "S-CoreDream-5Medium", sans-serif;
  color: #fff;
  margin-bottom: 60px;
  opacity: 0;
  transform: translateX(-100%);
  transition: 1s;
  letter-spacing: -3px;
}
.section .secTit h2.on {
  transform: translateX(0);
  opacity: 1;
}
.section .secTit h3 {
  font-size: 36px;
  font-family: "S-CoreDream-5Medium", sans-serif;
  color: #fff;
  margin-bottom: 40px;
}
.section .secTit p {
  font-size: 20px;
  font-family: "S-CoreDream-3Light", sans-serif;
  color: #fff;
  line-height: 1.5;
  opacity: 0;
  transform: translateX(-100%);
  transition: 1.5s;
}
.section .secTit p.on {
  transform: translateX(0);
  opacity: 1;
}

/* visual */
#visual {
  width: 100%;
  height: 100vh;
  filter: grayscale(1);
  transition: 2s;
  overflow: hidden;
}
#visual.on {
  filter: grayscale(0);
}
#visual .mySwiper {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
#visual .slide01 {
  height: 100%;
  background: url('/images/visual01.jpg') no-repeat center;
  background-size: cover;
  transition: 1.5s;
  transform: scale(2.5);
  opacity: 0;
}
#visual .slide02 {
  background: url('/images/visual02.jpg') no-repeat center;
  background-size: cover;
}
#visual .slide03 {
  background: url('/images/visual03.jpg') no-repeat center;
  background-size: cover;
}
#visual .slide04 {
  background: url('/images/visual04.jpg') no-repeat center;
  background-size: cover;
}
#visual .slide01.on {
  transform: scale(1);
  opacity: 1;
}
#visual video {
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
}
#visual {
  position: relative;
  width: 100%;
}

#visual .inner {
  position: relative;
  height: 100%;
  margin: 0 auto;
  width: 1700px;
}
#visual .inner .visTit {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
  width: 100%;
}
#visual .inner .visTit h1 {
  font-size: 98px;
  font-family: "S-CoreDream-5Medium", sans-serif;
  transform: translateY(150%);
  opacity: 0;
  transition: 1s;
}
#visual .inner .visTit h1.on {
  transform: translateY(0);
  opacity: 1;
}
#visual .inner p {
  font-size: 20px;
  font-family: "S-CoreDream-3Light", sans-serif;
  line-height: 1.5;
  padding-bottom: 60px;
  opacity: 0;
  transition: opacity 2s ease-in-out;
  transition-delay: .2s;
}
#visual.on .inner p {
  opacity: 1;
  transition: opacity 2s ease-in-out;
  transition-delay: .2s;
}
#visual .inner strong {
  font-size: 30px;
  font-family: "S-CoreDream-5Medium", sans-serif;
  padding-top: 130px;
  display: block;
  position: relative;
  transition: 1.5s;
  opacity: 0;
  transform: translateY(-200%);
}
#visual .inner strong.on {
  transform: translateY(0);
  opacity: 1;
}
#visual .inner strong:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 90px;
  background-color: #fff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.btn_more {
  color: #fff !important;
  background: url('/images/culti_arrow.png') no-repeat center right 20px !important;
  background-size: 10px !important;
  font-size: 20px !important;
}

/* section02 */
.section02 {
  width: 100%;
  height: 100%;
  background: url('/images/main2.jpg') no-repeat center;
  background-size: cover;
  filter: grayscale(1);
  transition: 1s;
  overflow: hidden;
  position: relative;
}
.section02:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #00000050;
  top: 0;
  left: 0;
}
.section02.on {
  filter: grayscale(0);
}
.fp-table {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
/* section03 */
.section03 {
  width: 100%;
  height: 100%;
  background: url('/images/sect03.jpg') no-repeat center;
  background-size: cover;
  filter: grayscale(1);
  transition: 1s;
  overflow: hidden;
}
.section03.on {
  filter: grayscale(0);
}
.section03 .secTit {
  text-align: right;
}
.section03 .btn_more {
  color: #fff;
  display: block;
  width: 175px;
  height: 60px;
  border: 1px solid #fff;
  background: rgba(33, 32, 32, 0.115);
  margin-right: 0;
  margin-left: auto;
  border-radius: 50px;
  line-height: 60px;
  box-sizing: border-box; /* padding:20px 30px; */
  font-size: 26px;
  text-align: left;
  padding-left: 20px;
  margin-top: 65px;
  animation: trans 1s linear infinite;
  animation-fill-mode: both;
}
.section03 .secTit h2 {
  transform: translateX(100%);
}
.section03 .secTit h2.on {
  transform: translateX(0);
}
.section .secTit h3 {
  opacity: 0;
  transition: opacity 2.5s ease-in-out;
  transition-delay: .2s;
}

.section.on .secTit h3 {
  opacity: 1;
  transition: opacity 2.5s ease-in-out;
  transition-delay: .2s;
}

/* section04 */
.section04 {
  width: 100%;
  height: 100%;
  background: url('/images/sect04.jpg') no-repeat center;
  background-size: cover;
  filter: grayscale(1);
  transition: 1s;
  overflow: hidden;
}
.section04.on {
  filter: grayscale(0);
}
.section04 .btn_more {
  color: #fff;
  display: block;
  width: 175px;
  height: 60px;
  border: 1px solid #fff;
  background: rgba(33, 32, 32, 0.115);
  margin-right: auto;
  margin-left: 0;
  border-radius: 50px;
  line-height: 60px;
  box-sizing: border-box; /* padding:20px 30px;  */
  font-size: 26px;
  text-align: left;
  padding-left: 20px;
  margin-top: 65px;
  animation: transL 1s linear infinite;
  animation-fill-mode: both;
}
.section04 .secTit h2.on {
  transform: translateX(0);
}
.section .secTit h3 {
  opacity: 0;
}

/* section05 */
.section05 {
  width: 100%;
  height: 100%;
  background: url('/images/sect05.jpg') no-repeat center;
  background-size: cover;
  filter: grayscale(1);
  transition: 1s;
  overflow: hidden;
}
.section05.on {
  filter: grayscale(0);
}
.section05 .secTit {
  text-align: right;
  width: 50%;
  margin-left: auto;
}
.section05 .btn_more {
  color: #fff;
  display: block;
  width: 175px;
  height: 60px;
  border: 1px solid #fff;
  background: rgba(33, 32, 32, 0.115);
  margin-right: 0;
  margin-left: auto;
  border-radius: 50px;
  line-height: 60px;
  box-sizing: border-box; /* padding:20px 30px; */
  font-size: 26px;
  text-align: left;
  padding-left: 20px;
  margin-top: 65px;
  animation: trans 1s linear infinite;
  animation-fill-mode: both;
}
.section05 .secCont {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 50%;
  height: 100%;
}
.section05 .secCont img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.section05 .btn_more:hover {
  animation: none;
}
.section05 .secTit h2 {
  transform: translateX(-100%);
}
.section05 .secTit h2.on {
  transform: translateX(0);
}
.section05 .secTit p {
  transform: translateX(100%);
}
.section05 .secTit p.on {
  transform: translateX(0);
}
.section05 .secCont {
  opacity: 0;
}

.section05.on .secCont {
  opacity: 1;
  transition: opacity 2.5s ease-in-out;
  transition-delay: .2s;
}

/* section05-02 */
.section05-02 {
  min-height: auto !important;
  padding: 0 !important;
  position: relative;
}
.section05-02 .img_box {
  height: 100%;
}
.section05-02 video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; /*  position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); */
}

/* section06 */
.section06 {
  width: 100%;
  height: 100%;
  background: url('/images/sect06.jpg') no-repeat center;
  background-size: cover;
  filter: grayscale(1);
  transition: 1s;
  overflow: hidden;
}
.section06.on {
  filter: grayscale(0);
}
.section06 .secTit {
  text-align: center;
}
.section06 .secTit h2 {
  font-size: 46px;
  margin-bottom: 40px;
}
.section06 .secTit p {
  font-size: 22px;
  margin-bottom: 30px;
}
.section06 .secCont img {
  display: block;
  width: 100%;
  border-radius: 24px;
}
.section06 .secCont p {
  font-size: 20px;
  color: #fff;
  background-color: transparent;
  box-sizing: border-box;
  min-height: auto;
  padding: 36px 0 0;
}
.section06 .secCont ul {
  display: flex;
  justify-content: center;
}
.section06 .secCont ul li {
  margin-left: 74px;
  width: calc((100% - 148px) / 3);
}
.section06 .secCont ul li:nth-child(1) {
  margin-left: 0;
}
.section06 .secCont ul li:nth-child(2) {
  margin-top: 80px;
}
.section06 .secCont ul li:nth-child(1) {
  transition: 0.5s;
  transform: translateY(7%);
  opacity: 0;
}
.section06 .secCont ul li:nth-child(2) {
  transition: 1.5s;
  transform: translateY(9%);
  opacity: 0;
}
.section06 .secCont ul li:nth-child(3) {
  transition: 2.5s;
  transform: translateY(11%);
  opacity: 0;
}
.section06 .secCont ul li:nth-child(1).on {
  transform: translateY(0);
  opacity: 1;
}
.section06 .secCont ul li:nth-child(2).on {
  transform: translateY(0);
  opacity: 1;
}
.section06 .secCont ul li:nth-child(3).on {
  transform: translateY(0);
  opacity: 1;
}
.section06 .secCont p {
  transform: translate(0, 2%);
}
.section06 .secCont p.on {
  transform: translate(0, 0);
}

/* section07 */
.section07 {
  width: 100%;
  height: 100%;
  background: url('/images/sect07.jpg') no-repeat center;
  background-size: cover;
  filter: grayscale(1);
  transition: 1s;
  overflow: hidden;
}
.section07.on {
  filter: grayscale(0);
}
.section07 .secTit {
  text-align: center;
}
.section07 .secTit > *:not([class^='sec']) {
  display: block !important;
}
.section07 .secTit h2 {
  font-size: 47px;
  margin-bottom: 30px;
}
.section07 .secTit p {
  font-size: 22px;
  margin-bottom: 50px;
}
.section07 .secCont {
  display: flex;
  opacity: 0;
  transition: 3s;
}
.section07 .secCont.on {
  opacity: 1;
}
.section07 .secCont .conLeft {
  width: 30%;
  display: flex;
  position: relative;
}
.section07 .secCont .conRight {
  width: 70%;
  display: flex;
}
.section07 .secCont span {
  color: #fff;
  font-size: 24px;
  font-family: "S-CoreDream-5Medium", sans-serif;
  padding-right: 20px;
  vertical-align: middle;
  display: inline-block;
  padding-top: 10px;
}
.section07 .secCont .conLeft select {
  color: #fff;
  width: 350px;
  max-height: 80px;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 20px;
  border: none;
  font-size: 24px;
  -o-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: rgba(255, 255, 255, 0.232) url('/images/arr_d.png') no-repeat
    center right 20px;
}
.section07 .secCont .conLeft .main_input {
  position: absolute;
  bottom: 50px;
  background: rgba(255, 255, 255, 0.232);
  border-radius: 20px;
  padding: 20px;
  color: #fff;
  font-size: 22px;
  border: none;
  width: 350px;
  right: 32px;
  min-height: 80px;
  display: none;
}
.section07 .secCont .conRight textarea {
  width: 850px;
  background: rgba(255, 255, 255, 0.232);
  border-radius: 20px;
  height: 250px;
  border: none;
  box-sizing: border-box;
  padding: 20px;
  color: #fff;
  font-size: 22px;
}
.btn_prev {
  margin-right: 20px!important;
}
.btn_prev,
.btn_next {
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: 170px;
  height: 65px;
  border-radius: 50px;
  position: relative;
  border: 1px solid #fff;
  background-color: transparent;
  font-size: 26px;
  line-height: 65px;
  text-align: left;
  margin: 0 auto;
  margin-top: 80px;
  box-sizing: border-box;
  background-size: 10px !important;
  padding: 0 20px;
}
.btn_prev {
  padding-right: 40px;
}
.btn_next {
  padding-left: 40px;
}
.btn_prev::before,
.btn_next::after {
  content: '';
  width: 20px;
  aspect-ratio: 1/1;
  background-image: url('/images/culti_arrow.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.btn_prev::before {
  rotate: 180deg;
}
.btn_prev:hover,
.btn_next:hover {
  animation: trans 2s linear;
  animation-fill-mode: both;
}
.section07 .secTit h2 {
  transform: translateY(100%);
}
.section07 .secTit h2.on {
  transform: translateY(0);
}
.section07 .secTit p {
  transform: translateY(100%);
}
.section07 .secTit p.on {
  transform: translateY(0);
}
.section07 .secCont.sel03_opt .conRight textarea {
  height: 165px;
}
.section07 video {
  display: block;
}

@keyframes trans {
  0% {
    transform: translateX(0);
  }
  60% {
    transform: translateX(-10%);
  }
  100% {
    transform: translateX(0%);
  }
}

@keyframes transL {
  0% {
    transform: translateX(0);
  }
  60% {
    transform: translateX(10%);
  }
  100% {
    transform: translateX(0%);
  }
}

/* section08 - footer */
.fp-auto-height.fp-section,
.fp-auto-height .fp-slide {
  padding: 40px 0 !important;
  background-color: #06100a;
  color: #999;
}
.section08 .inner {
  display: flex;
}
.section08 .inner .logoLine {
  width: 260px;
}
.section08 .inner .copy {
  width: calc(100% - 260px);
}
.section08 .inner .copy a {
  font-size: 16px;
  color: #999;
  font-family: "S-CoreDream-3Light", sans-serif;
}
.section08 .inner .copy a:nth-child(1) {
  font-family: "S-CoreDream-5Medium", sans-serif;
  padding-right: 50px;
}
.section08 .inner .copy p {
  color: #999;
}
.section08 .inner .copy p span {
  display: block;
  margin-bottom: 10px;
  color: #999;
}
.section08 .inner .copy p:nth-of-type(1) {
  margin-top: 26px;
}
.section08 .inner .copy p:nth-of-type(2) {
  margin-top: 40px;
}

/* quick */
.quick {
  color: #fff;
  position: fixed;
  bottom: 10%;
  right: 5%;
  z-index: 1;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.564);
  width: 100px;
  height: 100px;
  border-radius: 50%;
  padding: 20px;
  box-sizing: border-box;
}
.quick img {
  display: block;
  margin: 0 auto;
  margin-bottom: 10px;
}
.quick p {
  text-align: center;
}

/* SUPPORT */
.secWrap02 {
  display: none !important;
}
.secWrap02.active {
  display: block !important;
  opacity: 1;
}
.secWrap02.active .sel01_opt01 {
  display: block !important;
  opacity: 1;
}
.secWrap03 {
  display: none !important;
}
.secWrap03.active {
  display: block !important;
  opacity: 1;
}
.secWrap03.active .sel02_opt {
  display: block !important;
  opacity: 1;
}
.secWrap04 {
  display: none !important;
}
.secWrap04.active {
  display: block !important;
  opacity: 1;
}
.secWrap04.active .sel03_opt {
  display: flex;
  opacity: 1;
}
.secWrap05 {
  display: none !important;
}
.secWrap05.active {
  display: block !important;
  opacity: 1;
}
.secWrap05.active .sel04_opt {
  display: flex;
  opacity: 1;
}
.secWrap06 {
  display: none !important;
}
.secWrap06.active {
  display: block !important;
  opacity: 1;
}
.secWrap06.active .sel05_opt {
  display: flex;
  opacity: 1;
}

.sel01_opt01 .conCenter {
  display: flex;
}
.sel01_opt01 .conCenter > * {
  width: calc(100% / 4);
  display: flex;
  align-items: center;
}
.sel01_opt01 .conCenter .radiobox label {
  color: #fff;
  font-size: 20px;
}
.sel01_opt01 .conCenter .radiobox input[type="radio"] {
  display: none;
  padding: 0 10px;
}
.sel01_opt01 .conCenter .radiobox label span {
  width: 25px;
  height: 25px;
  background-color: #fff;
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 10px;
  display: inline-block;
  position: relative;
}
.sel01_opt01 .conCenter .radiobox label span::after {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 13px;
  height: 13px;
  border-radius: 50%;
}

.sel01_opt01
  .conCenter
  .radiobox
  input[type="radio"]:checked
  + label
  span::after {
  background: #197929;
}
.section07 .secCont .conCenter > span.span01 {
  padding-top: 0 !important;
  align-items: center;
  display: flex;
  justify-content: center;
}

.section07 .secCont .radiobox span {
  font-size: 20px;
}

.sel02_opt .conCenter .conCenWrap {
  display: flex;
}
.sel02_opt .conCenter .conCenWrap > * {
  width: calc(100% / 3);
}
.sel02_opt .conCenter .chkbox {
  position: absolute;
  bottom: 20px;
  /* right: 35%; */
  right: 25%;
  transform: translateX(50%);
}
.sel02_opt .conCenter .chkbox label {
  color: #fff;
  font-size: 24px;
}
.sel02_opt .conCenter .chkbox input[type="checkbox"] {
  display: none;
  padding: 0 10px;
}
.sel02_opt .conCenter .chkbox label span {
  width: 25px;
  height: 25px;
  background-color: #fff;
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 10px;
  display: inline-block;
  position: relative;
}
.sel02_opt .conCenter .chkbox label span::after {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 13px;
  height: 13px;
  border-radius: 50%;
}

.sel02_opt
  .conCenter
  .chkbox
  input[type="checkbox"]:checked
  + label
  span::after {
  background: #197929;
}
.secWrap03 .sel02_opt .conCenter .conCenWrap span {
  padding-top: 0 !important;
}

.section07 .secCont .conCenter select {
  color: #fff;
  width: 360px;
  max-height: 80px;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 20px;
  border: none;
  font-size: 24px;
  -o-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: rgba(255, 255, 255, 0.232) url('/images/arr_d.png') no-repeat
    center right 20px;
}

.section07 .secCont .conCenter .radiobox select {
  width: 150px;
}

select option {
  color: #333 !important;
}

.secWrap04 .secCont {
  display: flex;
}
.secWrap04 .secCont .conLeft {
  width: 60%;
  flex-wrap: wrap;
  align-items: flex-end;
}
.secWrap04 .secCont .conRight {
  width: 40%;
  padding-left: 40px;
  box-sizing: border-box;
  flex-wrap: wrap;
}
.secWrap04 .secCont .conLeft input[type="text"],
.secWrap04 .secCont .conLeft input[type="email"] {
  background: rgba(255, 255, 255, 0.232);
  padding: 20px;
  border-radius: 20px;
  border: none;
  width: 300px;
  height: 80px;
}
.secWrap04 .secCont .conLeft {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.secWrap04 .secCont .conLeft .inputbox {
  width: 50%;
}
.secWrap04 .secCont .conLeft .inputbox:nth-of-type(1) {
  margin-bottom: 54px;
}
.secWrap04 .secCont .conLeft .inputbox:nth-of-type(2) {
  margin-bottom: 54px;
}
.secWrap04 .secCont .conRight .privacy {
  width: 50%;
  display: inline-block;
  font-size: 24px;
  text-align: left;
}
.secWrap04 .secCont .conRight .priWrap {
  display: flex;
  width: 100%;
  padding-bottom: 20px;
}
.secWrap04 .secCont .conRight .radiobox {
  width: 50%;
  display: flex;
  align-items: end;
}
.secWrap04 .secCont .conRight textarea {
  width: 100%;
}
.secWrap04 .secCont .conLeft span {
  font-size: 24px;
}

.sel03_opt .conRight .radiobox label {
  color: #fff;
  font-size: 24px;
}
.sel03_opt .conRight .radiobox input[type="checkbox"] {
  display: none;
  padding: 0 10px;
}
.sel03_opt .conRight .radiobox label span {
  width: 25px;
  height: 25px;
  background-color: #fff;
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 10px;
  display: inline-block;
  position: relative;
}
.sel03_opt .conRight .radiobox label span::after {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 13px;
  height: 13px;
  border-radius: 50%;
}

.sel03_opt
  .conRight
  .radiobox
  input[type="checkbox"]:checked
  + label
  span::after {
  background: #197929;
}
.secWrap04 .secCont .conLeft span {
  padding-top: 0 !important;
}

.secWrap05 .conCenWrap {
  display: flex;
  flex-wrap: wrap;
}
.secWrap05 .conCenWrap .conCnt:nth-of-type(1) {
  width: 50%;
  margin-bottom: 70px;
}
.secWrap05 .conCenWrap .conCnt:nth-of-type(2) {
  width: 50%;
  margin-bottom: 70px;
}
.secWrap05 .conCenWrap .conCnt:nth-of-type(3) {
  width: calc(100% / 3);
}
.secWrap05 .conCenWrap .conCnt:nth-of-type(4) {
  width: calc(100% / 3);
}
.secWrap05 .conCenWrap .conCnt:nth-of-type(5) {
  width: calc(100% / 3);
}
.secWrap05 .conCenWrap span {
  padding-top: 0 !important;
}

.secWrap05 .conCenWrap .conCnt select {
  width: 300px;
}
.secWrap05 .conCenWrap .conCnt input[type="text"] {
  background: rgba(255, 255, 255, 0.232);
  padding: 20px;
  border-radius: 20px;
  border: none;
  width: 300px;
  height: 80px;
}

.sel05_opt .conCenWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.sel05_opt .conCenWrap .conCnt {
  width: 50%;
  text-align: left;
  margin-bottom: 30px;
}
.sel05_opt .conCenWrap .conCnt span {
  min-width: 300px;
}
.sel05_opt .conCenWrap .conCnt input {
  background: rgba(255, 255, 255, 0.232);
  padding: 20px;
  border-radius: 20px;
  border: none;
  width: 320px;
  height: 80px;
}
.sel05_opt .conCenWrap .conCnt select {
  width: 320px;
}
.sel05_opt .conCenWrap .conCnt input[type="date"] {
  position: relative;
  padding-right: 20px;
  background: rgba(255, 255, 255, 0.232) url('/images/calendar.png') no-repeat
    center right 20px;
  color: #fff;
  font-size: 20px;
}
.sel05_opt .conCenWrap .conCnt input[type="date"]::-webkit-clear-button,
.sel05_opt .conCenWrap .conCnt input[type="date"]::-webkit-inner-spin-button {
  display: none;
}
.sel05_opt
  .conCenWrap
  .conCnt
  input[type="date"]::-webkit-calendar-picker-indicator {
  position: absolute;
  left: 0;
  top: 0;
  background: transparent;
  color: transparent;
  cursor: pointer;
  width: 100%;
  height: 100%;
}

/* fz */
.fz24 {
  font-size: 24px !important;
}

@media screen and (max-width: 1700px) {
  .section .inner {
    width: 90%;
  }
  #visual .inner {
    width: 90%;
    margin: 0 auto;
  }
  #visual .inner .visTit h1 {
    font-size: 72px;
  }
  .section .secTit h2 {
    font-size: 42px;
  }
  .section .secTit h3 {
    font-size: 32px;
  }
  .section .secTit p {
    font-size: 20px;
  }
  #visual .inner p {
    font-size: 18px;
  }
  #visual .inner strong {
    font-size: 24px;
  }
  .btn_more {
    font-size: 22px !important;
  }
  .section06 .secTit {
    margin-top: 50px;
  }
  .section06 .secCont ul {
    max-height: 50vh;
  }
  .section06 .secCont img {
    height: 60%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .section06 .secCont p {
    min-height: auto !important;
    padding: 15px 10px !important;
  }
}

@media screen and (max-width: 1660px) {
  .section07 .secCont .conRight {
    justify-content: flex-end;
    width: 60%;
  }
  .section07 .secCont .conRight textarea {
    width: 70%;
  }
  .section07 .secCont .conLeft {
    width: 40%;
  }
  .section07 .secCont .conLeft select {
    width: 70%;
    max-height: 70px;
  }

  /* support */
  .section07 .secCont .conCenter select {
    width: 240px;
    font-size: 20px;
  }
  .secWrap04 .secCont .conLeft span {
    font-size: 20px;
  }
  .secWrap04 .secCont .conLeft {
    width: 50%;
  }
  .secWrap04 .secCont .conLeft input[type="text"],
  .secWrap04 .secCont .conLeft input[type="email"] {
    width: 100%;
  }
  .secWrap04 .secCont .conLeft .inputbox {
    text-align: left;
    width: calc((100% - 20px) / 2);
    margin-right: 20px;
  }
  .secWrap04 .secCont .conLeft .inputbox:nth-of-type(even) {
    margin-right: 0;
  }
  .secWrap04 .secCont .conRight .privacy {
    font-size: 20px;
  }
  .sel03_opt .conRight .radiobox label {
    font-size: 20px;
  }

  .section07 .secCont .conCenter .radiobox select {
    width: 120px;
  }

  .sel01_opt01 .conCenter .radiobox label {
    font-size: 18px;
  }
  .section07 .secCont .radiobox span {
    font-size: 18px;
  }

  .section07 .secCont .conRight {
    text-align: left;
    justify-content: flex-start;
  }
  .secWrap04 .secCont .conLeft span {
    margin-bottom: 10px;
  }
  .secWrap04 .secCont .conRight .priWrap {
    width: 100%;
  }
  .secWrap04 .secCont .conRight textarea {
    width: 100%;
  }
  .secWrap04 .secCont .conRight .radiobox {
    text-align: right;
    justify-content: end;
  }

  /* .secWrap05 .conCenWrap span{font-size: 20px;} */
  .secWrap05 .conCenWrap .conCnt input[type="text"] {
    width: 240px;
  }
  .secWrap04 .secCont .conLeft .inputbox:nth-of-type(1) {
    margin-bottom: 20px;
  }
  .secWrap04 .secCont .conLeft .inputbox:nth-of-type(2) {
    margin-bottom: 20px;
  }
  .section07 .secCont .conLeft .main_input {
    right: auto;
    left: 67px;
    width: 70%;
  }
}

@media screen and (max-width: 1600px) {
  .section07 .secCont.sel03_opt .conRight textarea.t100 {
    width: 100%;
    height: auto !important;
  }
  .inner {
    width: 95%;
    margin: 0 auto;
  }
  .section .inner {
    width: 95%;
    margin: 0 auto;
  }
  .section07 .secCont .conRight {
    justify-content: flex-end;
    width: 60%;
  }
  .section07 .secCont .conRight textarea {
    width: 70%;
  }
  .section07 .secCont .conLeft {
    width: 40%;
  }
  .section07 .secCont .conLeft select {
    width: 60%;
    max-height: 70px;
  }

  .mo_dn {
    display: none;
  }

}

@media screen and (max-width: 1440px) {
  .section .secTit h2 {
    font-size: 32px;
  }
  .section .secTit h3 {
    font-size: 22px;
  }
  .section .secTit p {
    font-size: 16px;
  }

  .section05 .inner {
    display: flex;
    flex-direction: column;
  }
  .section05 .secTit {
    order: 2;
    width: 80%;
    margin: 0 auto;
  }
  .section05 .secCont {
    order: 1;
    position: static;
    transform: translateY(0);
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    width: 30%;
  }
  .section .secTit h2 {
    margin-bottom: 30px;
  }
  .section .secTit h3 {
    margin-bottom: 20px;
  }
  .section05 .secTit h2 {
    text-align: center;
    margin-bottom: 30px;
  }
  .section05 .secTit h3 {
    text-align: center;
    margin-bottom: 20px;
  }
  .section05 .secTit p {
    text-align: center;
  }
  .section05 .secTit p br {
    display: none;
  }
  .section05 .btn_more {
    margin-right: auto;
  }
  #fp-nav {
    right: 20px !important;
  }
  .section05 .secCont img {
    width: 100%;
  }

  /* suppot */
  .section07 .secCont span {
    font-size: 24px;
  }
  .section07 .secCont .conLeft select {
    font-size: 20px;
  }
  .sel01_opt01 .conCenter .radiobox label {
    font-size: 18px;
  }
  .sel01_opt01 .conCenter > * {
    width: calc((100% - 30px) / 4);
    margin-right: 10px;
  }
  .sel02_opt .conCenter .chkbox {
    right: 5%;
    transform: translateX(0%);
  }
  .sel02_opt .conCenter .chkbox label {
    font-size: 20px;
  }
  .section07 .secCont .conCenter select {
    font-size: 20px;
  }

  .secWrap05 .conCenWrap .conCnt .inputbox {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .secWrap05 .conCenWrap .conCnt .inputbox input {
    height: 63px;
  }
  .secWrap05 .conCenWrap .conCnt {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .secWrap05 .conCenWrap span {
    margin-bottom: 10px;
  }
  .secWrap05 .sel04_opt .conCenter {
    width: 100%;
  }
  .secWrap05 .conCenWrap .conCnt:nth-of-type(1) {
    width: calc((100% - 20px) / 2);
    margin-right: 20px;
  }
  .secWrap05 .conCenWrap .conCnt:nth-of-type(2) {
    width: calc((100% - 20px) / 2);
  }

  .sel05_opt .conCenWrap .conCnt input {
    width: 240px;
  }
}

@media screen and (max-width: 1380px) {
  #fullpage {
    height: 100vh;
  }
  .swiper-slide {
    height: 100vh;
  }
  .slide6 {
    height: auto;
    background: #fff;
  }
  #visual .inner p,
  #visual.on .inner p {
    opacity: 1;
    transition: opacity .5s ease-in-out;
    transition-delay: 0s;
  }
  .section02:before {
    background: #00000050;
    transform: translate(0, 0);
  }
  #fp-nav {
    display: none;
  }
}

@media screen and (max-width: 1280px) {
  /* .subsec07 {
    height: auto !important;
  } */
  .section07 .secTit h2 {
    font-size: 38px;
  }
  .section07 .secTit p {
    font-size: 18px;
  }
  .section07 .secCont span {
    font-size: 22px;
  }
  .section07 .secCont .conLeft select {
    font-size: 20px;
  }
  .section07 .btn_next {
    font-size: 21px;
  }
  .btn_more {
    font-size: 18px !important;
  }

  /* support */
  .sel01_opt01 .conCenter {
    flex-wrap: wrap;
  }
  .sel01_opt01 .conCenter > span {
    width: 100%;
    display: block;
  }
  .sel01_opt01 .conCenter > * {
    width: 50%;
    margin-right: 0;
    margin-bottom: 20px;
    text-align: left;
  }
  .sel01_opt01 .conCenter > .radiobox:nth-of-type(4) {
    margin-right: 0;
  }

  .sel02_opt .conCenter .conCenWrap > * {
    display: flex;
    flex-direction: column;
    text-align: left;
  }
  .secWrap03 .sel02_opt .conCenter .conCenWrap span {
    margin-bottom: 10px;
  }
  .secWrap04 .secCont .conLeft {
    flex-direction: column;
  }
  .secWrap04 .secCont .conLeft .inputbox {
    width: 90%;
    margin-bottom: 20px;
  }
  .secWrap04 .secCont .conRight .priWrap {
    flex-direction: column;
  }
  .secWrap04 .secCont .conRight .privacy {
    width: 100%;
    margin-bottom: 20px;
  }
  .secWrap04 .secCont .conRight .radiobox {
    width: 100%;
  }
  .secWrap04 .secCont .conRight {
    width: 50%;
    align-items: flex-end;
    flex-flow: column;
  }
  .section07 .secCont .conRight textarea {
    height: auto;
  }
  .secWrap04 .secCont .conLeft .inputbox:nth-of-type(4) {
    margin-bottom: 0;
  }

  .sel05_opt .conCenWrap .conCnt {
    display: flex;
    flex-direction: column;
  }
  .sel05_opt .conCenWrap .conCnt .inputbox {
    display: flex;
    flex-direction: column;
  }
  .sel05_opt .conCenWrap .conCnt span {
    margin-bottom: 10px;
  }
  .sel05_opt .conCenWrap .conCnt input {
    width: 80%;
  }
  .sel05_opt .conCenWrap .conCnt select {
    width: 80%;
  }

  .section07 {
    padding-bottom: 50px !important;
  }
  .section07 .secCont .conLeft .main_input {
    bottom: 130px;
    right: auto;
    left: 60px;
  }
  .section07 .secCont .conCenter > span.span01 {
    justify-content: start;
  }

  .secWrap04 .secCont .conLeft .inputbox {
    margin-right: 0;
  }
}

@media screen and (max-width: 1024px) {
  .section .secTit p {
    font-size: 14px;
  }
  #visual .inner strong {
    font-size: 20px;
  }
  #visual .inner p {
    font-size: 16px;
  }
  .section05 .secCont {
    width: 50%;
  }
  .section06 .secCont ul li {
    width: calc((100% - 60px) / 3);
    margin-right: 30px;
    margin-left: 0;
  }
  .section06 .secCont ul li:nth-of-type(3) {
    margin-right: 0;
  }

  /* support */
  .section07 .secCont .conLeft select {
    font-size: 14px;
  }
  .section07 .secCont span {
    font-size: 20px;
  }
  .section07 .secCont .conCenter select {
    font-size: 14px;
    width: 80%;
  }
  .sel02_opt .conCenter .conCenWrap > * {
    width: calc((100% - 20px) / 3);
    margin-right: 10px;
  }
  .sel02_opt .conCenter .conCenWrap .conCnt:nth-of-type(3) {
    margin-right: 0;
  }
  .secWrap05 .conCenWrap .conCnt .inputbox input.w80 {
    width: 80%;
  }

  .secWrap04 .secCont .conRight {
    width: 60%;
  }
  .secWrap04 .secCont .conLeft {
    width: 40%;
  }

  .secWrap05 .conCenWrap {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .secWrap05 .conCenWrap .conCnt:nth-of-type(1) {
    width: calc(60%);
    margin-right: 0;
    margin-bottom: 20px;
  }
  .secWrap05 .conCenWrap .conCnt:nth-of-type(2) {
    width: calc(60%);
    margin-right: 0;
    margin-bottom: 20px;
  }
  .secWrap05 .conCenWrap .conCnt:nth-of-type(3) {
    width: calc(60%);
    margin-right: 0;
    margin-bottom: 20px;
  }
  .secWrap05 .conCenWrap .conCnt:nth-of-type(4) {
    width: calc(60%);
    margin-right: 0;
    margin-bottom: 20px;
  }
  .secWrap05 .conCenWrap .conCnt:nth-of-type(5) {
    width: calc(60%);
    margin-right: 0;
    margin-bottom: 20px;
  }
  .secWrap05 .conCenWrap .conCnt .inputbox {
    width: 100%;
  }
  .secWrap05 .conCenWrap .conCnt .inputbox input {
    width: 100%;
  }
  .sel05_opt .conCenWrap .conCnt select {
    width: 80%;
  }
  .sel05_opt .conCenWrap .conCnt input {
    height: 60px;
  }
  .sel05_opt .conCenWrap .conCnt input[type="date"] {
    font-size: 14px;
  }
  .section07 .secCont.sel03_opt .conRight textarea.t100 {
    font-size: 18px;
  }
}

@media screen and (max-width: 768px) {
  #visual .inner .visTit h1 {
    font-size: 46px;
  }
  .section .secTit h2 {
    font-size: 28px;
  }
  .section .secTit h3 {
    font-size: 24px;
  }
  /* .section .secTit p {font-size: 18px;} */
  .btn_more {
    font-size: 18px !important;
  }

  .section07 .secCont span {
    font-size: 18px;
  }
  .section07 .secTit p {
    font-size: 16px;
  }
  .section07 .secCont {
    flex-direction: column;
  }
  .section07 .secCont .conRight {
    width: 100%;
    justify-content: flex-start;
  }
  .section07 .secCont span {
    width: 100px;
    text-align: left;
  }
  .section07 .secCont .conLeft {
    margin-bottom: 30px;
  }
  .section07 .secCont .conLeft select {
    /* font-size: 18px; */
    width: 40%;
  }
  .section07 .btn_next {
    font-size: 19px;
  }
  .section07 .secTit p br {
    display: none;
  }
  .section07 .secCont .conLeft {
    width: 100%;
  }
  .section07 {
    padding-bottom: 50px !important;
  }

  /* support */
  .sel01_opt01 .conCenter > * {
    width: 100%;
  }
  .secWrap04 .secCont .conLeft span {
    font-size: 18px;
  }
  .secWrap04 .secCont .conLeft .inputbox {
    width: 70%;
  }
  .secWrap04 .secCont .conRight .privacy {
    font-size: 18px;
  }
  .sel03_opt .conRight .radiobox label {
    font-size: 18px;
  }
  .secWrap04 .secCont .conRight {
    padding-left: 0;
  }
  .secWrap04 .secCont .conLeft input[type="text"],
  .secWrap04 .secCont .conLeft input[type="email"] {
    font-size: 18px;
  }

  .secWrap05 .conCenWrap span {
    width: 100%;
    padding-right: 0;
    text-align: center;
  }
  .section07 .secCont .conLeft .main_input {
    width: 40%;
    position: static;
    margin-left: 100px;
    margin-right: 0;
    margin-top: 20px;
    min-height: 60px;
  }
  .section07 .secCont .conLeft {
    flex-wrap: wrap;
  }
  .secWrap04 .secCont .conLeft {
    align-items: start;
  }
  .section07 .secCont.sel03_opt .conRight textarea.t100 {
    font-size: 14px;
  }
}

@media screen and (max-width: 640px) {
  .slide7 {
    height: auto;
  }
  .section .secTit p br {
    display: none;
  }
  .section06 .secCont ul {
    flex-direction: column;
  }
  .section06 .secCont ul li {
    width: 100%;
    margin-bottom: 20px;
  }
  .section06 .secCont ul {
    max-height: 50% !important;
  }
  .section06 .secTit p {
    margin-bottom: 0;
  }
  .section06 .secCont ul li:nth-child(2) {
    margin-top: 0;
  }
  .section06 .secTit p {
    margin-bottom: 30px;
  }
  .section05 .secCont {
    width: 70%;
  }

  /* support */
  .sel01_opt01 .conCenter .radiobox label {
    font-size: 14px;
  }
  .sel02_opt .conCenter .conCenWrap {
    flex-direction: column;
  }
  .sel02_opt .conCenter .conCenWrap > * {
    width: 60%;
    margin-right: 0;
    margin-bottom: 40px;
  }
  .sel02_opt .conCenter .chkbox {
    right: auto;
    left: 0;
    bottom: 15%;
  }
  .secWrap04 .secCont .conLeft input[type="text"],
  .secWrap04 .secCont .conLeft input[type="email"] {
    height: 60px;
  }

  .sel05_opt .conCenWrap {
    flex-direction: column;
  }
  .sel05_opt .conCenWrap .conCnt {
    width: 100%;
  }
  .sel05_opt .conCenWrap .conCnt span {
    width: 100%;
    text-align: center;
    padding-right: 0;
    min-width: auto;
  }
  .sel05_opt .conCenWrap .conCnt {
    align-items: center;
  }
  .sel05_opt .conCenWrap .conCnt .inputbox {
    width: 100%;
    justify-content: center;
    align-items: center;
  }

  .section07 .secCont .radiobox span {
    font-size: 14px;
  }
}

@media screen and (max-width: 480px) {
  .section07 .secTit p {
    font-size: 14px;
  }
  .section07 .secCont span {
    font-size: 16px;
  }
  .section07 .secCont .conRight textarea {
    font-size: 16px;
  }
  .section07 .secCont .conLeft select {
    font-size: 16px;
    width: calc(100% - 100px);
  }
  .section07 .secCont .conRight textarea {
    width: calc(100% - 100px);
  }
  .section07 .btn_next {
    font-size: 15px;
  }
  .section07 .secTit h2 {
    font-size: 28px;
  }
  .section .secTit h2 {
    font-size: 24px;
  }
  .section .secTit h3 {
    font-size: 18px;
  }
  #visual .inner strong {
    font-size: 18px;
  }
  #visual .inner p {
    font-size: 14px;
  }
  .btn_more {
    font-size: 16px !important;
    width: 140px !important;
    height: 40px !important;
    line-height: 40px !important;
  }
  .section07 .btn_next {
    font-size: 16px !important;
    width: 140px !important;
    height: 40px !important;
    line-height: 40px !important;
  }

  /* support */
  .sel02_opt .conCenter .conCenWrap > * {
    width: 90%;
  }
  .sel02_opt .conCenter .chkbox label {
    font-size: 16px;
  }
  .secWrap04 .secCont .conRight textarea {
    width: 100%;
  }
  .secWrap04 .secCont .conLeft span {
    font-size: 16px;
  }
  .secWrap04 .secCont .conRight .privacy {
    font-size: 16px;
  }
  .sel03_opt .conRight .radiobox label {
    font-size: 16px;
  }

  .secWrap05 .conCenWrap .conCnt:nth-of-type(1) {
    width: calc(80%);
    margin-right: 0;
    margin-bottom: 20px;
  }
  .secWrap05 .conCenWrap .conCnt:nth-of-type(2) {
    width: calc(80%);
    margin-right: 0;
    margin-bottom: 20px;
  }
  .secWrap05 .conCenWrap .conCnt:nth-of-type(3) {
    width: calc(80%);
    margin-right: 0;
    margin-bottom: 20px;
  }
  .secWrap05 .conCenWrap .conCnt:nth-of-type(4) {
    width: calc(80%);
    margin-right: 0;
    margin-bottom: 20px;
  }
  .secWrap05 .conCenWrap .conCnt:nth-of-type(5) {
    width: calc(80%);
    margin-right: 0;
    margin-bottom: 20px;
  }
  .sel05_opt .conCenWrap .conCnt input {
    font-size: 14px;
  }

  .section07 .secCont .conLeft .main_input {
    width: calc(100% - 100px);
    position: static;
    margin-left: auto;
    margin-right: 0;
    margin-top: 20px;
  }
  .section07 .secCont .conLeft {
    flex-wrap: wrap;
  }

  .quick {
    width: 80px;
    height: 80px;
  }
  .quick img {
    height: 15px;
  }
  .quick p {
    font-size: 14px;
  }
}

@media screen and (max-width: 360px) {
}


/* swiper pagination */
#fp-nav {
  position: fixed;
  z-index: 100;
  top: 50%;
  right: 60px !important;
  opacity: 1;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translate3d(0,-50%,0);
}
#fp-nav.fp-right {
  right: 17px;
}
#fp-nav ul,
.fp-slidesNav ul {
  position: relative;
  margin: 0;
  padding: 0;
}
#fp-nav ul:after,
.fp-sli.section08 {
  height: 260px;
}
#fp-nav ul li,
.fp-slidesNav ul li {
    display: block;
    width: 14px;
    height: 13px;
    position:relative;
  margin: 20px !important;
}
.fp-slidesNav ul li {
    display: inline-block;
}
#fp-nav ul li.swiper-pagination-bullet span.dot,
.fp-slidesNav ul li a {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: transparent;
    border: none;
    cursor: pointer;
    text-decoration: none;
}
#fp-nav ul li.swiper-pagination-bullet span.dot span,
.fp-slidesNav ul li a span {
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    height: 4px;
    width: 4px;
    border: 0;
    background: #333;
    left: 50%;
    top: 50%;
    margin: -2px 0 0 -2px;
    transition: all 0.1s ease-in-out;
    /* custom */
    background-color: #fff !important;
    transform: translate(-50%, -50%) !important;
}
#fp-nav ul li.swiper-pagination-bullet-active span.dot span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li.swiper-pagination-bullet-active:hover span.dot span,
.fp-slidesNav ul li:hover a.active span{
    margin: -6px 0 0 -6px;
    border-radius: 100%;
    /* custom */
    background: transparent url('/images/nav_icon.png') no-repeat center !important;
    width: 30px !important;
    height: 30px !important;
}
#fp-nav ul li.swiper-pagination-bullet:hover span.dot span,
.fp-slidesNav ul li:hover a span{
    width: 10px;
    height: 10px;
    margin: -5px 0px 0px -5px;
}
#fp-nav ul li .fp-tooltip {
    position: absolute;
    top: -2px;
    color: #fff;
    font-size: 14px;
    font-family: arial, helvetica, sans-serif;
    white-space: nowrap;
    max-width: 220px;
    overflow: hidden;
    display: block;
    opacity: 0;
    width: 0;
    cursor: pointer;
}
#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active li.swiper-pagination-bullet-active .fp-tooltip {
    transition: opacity 0.2s ease-in;
    width: auto;
    opacity: 1;
}
#fp-nav ul li .fp-tooltip.fp-right {
  right: 35px !important;
}
#fp-nav ul li .fp-tooltip.fp-left {
    left: 20px;
}
.fp-sr-only{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
#fp-nav ul li .fp-tooltip {
  position: absolute;
  top: -2px;
  color: #fff;
  font-size: 14px;
  font-family: arial, helvetica, sans-serif;
  white-space: nowrap;
  max-width: 220px;
  overflow: hidden;
  display: block;
  opacity: 0;
  width: 0;
  cursor: pointer;
}
#fp-nav ul li:hover .fp-tooltip,
#fp-nav li.swiper-pagination-bullet-active .fp-tooltip {
  transition: opacity 0.2s ease-in;
  width: auto;
  opacity: 1;
}
#fp-nav ul li .fp-tooltip.fp-right {
  right: 20px;
}
#fp-nav ul li .fp-tooltip.fp-left {
  left: 20px;
}

.main-footer {
  position: fixed;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
  left: 0px;
  right: 0px;
  bottom: -261px;
  z-index: 1200;
  transition: top 0.6s ease-in-out;
  /* height: calc(var(--vh, 1vh) * 100); */
  height: 261px;
  background-color: transparent;
}
.main-footer.transition-up {
  bottom: 0;
}
